projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72b0c01
)
(HAVE_VOLATILE): Define.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 14 Jul 1994 19:41:08 +0000
(19:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 14 Jul 1994 19:41:08 +0000
(19:41 +0000)
src/s/msdos.h
patch
|
blob
|
history
diff --git
a/src/s/msdos.h
b/src/s/msdos.h
index a62aa66929e44927059a1f37cd3326454b759844..6ee4d3c37ea916650750ae2964c0579c30ea4d3f 100644
(file)
--- a/
src/s/msdos.h
+++ b/
src/s/msdos.h
@@
-112,6
+112,10
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define BSTRING
+/* Define this is the compiler understands `volatile'. */
+#define HAVE_VOLATILE
+
+
/* subprocesses should be defined if you want to
have code for asynchronous subprocesses
(as used in M-x compile and M-x shell).